home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / aga / aga022.dms / in.adf / AlertTimer / MakeAlert.asm < prev    next >
Encoding:
Assembly Source File  |  1993-01-11  |  188 b   |  9 lines

  1.  
  2.  
  3.     move.l    #$35000001,d7    ;Alert code: subsystem id = application,
  4.     suba.l    a5,a5        ;error code = 1
  5.     move.l    4.w,a6        ;execbase
  6.     jsr    -108(a6)    ;Alert function called
  7.     clr.l    d0        ;returned OK
  8.     rts
  9.